home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / se401a.zip / SAMPLE.BAT < prev    next >
DOS Batch File  |  1990-02-15  |  642b  |  35 lines

  1. rem This is a sample HumanX.BBS bat file
  2. rem
  3. c:
  4. cd\osiris
  5. osiris -B %1 -P %2 -T %3 -N %2
  6. if errorlevel   7 goto gate3
  7. if errorlevel   6 goto gate2
  8. if errorlevel   5 goto gate1
  9. goto end
  10. :gate3
  11. :gate2
  12. :gate1
  13. seterror 2
  14. if errorlevel 150 goto doscan
  15. rem not scanpack so fall though to shopping mall
  16. rem Run The Super Store
  17. cd store
  18. tss 2
  19. cd\osiris
  20. rem fall though to reenter
  21. :reenter
  22. REM Log Node 2 back in
  23. osiris -F 19200 -R 2
  24. if errorlevel   7 goto gate3
  25. if errorlevel   6 goto gate2
  26. if errorlevel   5 goto gate1
  27. goto end
  28. :doscan
  29. rem Run Scanpack
  30. scanpack 2
  31. GOTO reenter
  32. :end
  33. rem bring mailer back online
  34. bbs
  35.